TGML Text Value Conversion: <ConvertText>
ConvertText specifies how a server variable (signal) value is to be converted to a TGML element attribute value. ConvertText assumes that the signal value is a text. A ConvertText element belongs to the immediate parent Bind element.
A ConvertText rule is executed when the signal value matches the specified text (SignalEqualTo).
| Attribute | Type | Description |
|---|---|---|
|
AttributeValue |
String (untyped) |
The attribute value that is to be set (resulting value). The type is determined by the bound Attribute (referenced by the Bind element). |
|
SignalEqualTo |
String (untyped) |
Corresponds to "=" |